js tts

73

js tts -

var msg = new SpeechSynthesisUtterance();
msg.text = "Hello World";
window.speechSynthesis.speak(msg);

Comments

Submit
0 Comments